google.golang.org/protobuf/proto.UnmarshalOptions.unmarshalScalar (method)
4 uses
google.golang.org/protobuf/proto (current package)
decode.go#L192: v, n, err := o.unmarshalScalar(b, wtyp, fd)
decode.go#L243: key, n, err = o.unmarshalScalar(b, wtyp, keyField)
decode.go#L250: v, n, err = o.unmarshalScalar(b, wtyp, valField)
decode_gen.go#L22: func (o UnmarshalOptions) unmarshalScalar(b []byte, wtyp protowire.Type, fd protoreflect.FieldDescriptor) (val protoreflect.Value, n int, err error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)